projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68756f1
)
* xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.
author
Jim Blandy
<jimb@redhat.com>
Thu, 25 Mar 1993 02:11:11 +0000
(
02:11
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 25 Mar 1993 02:11:11 +0000
(
02:11
+0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index f766e129593072a6e352caf38db29c0b91c988d3..f1dc6a24d12b7a0f09e30133ef6176e9747fd8ff 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-54,8
+54,10
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/ioctl.h>
#include <strings.h>
#else /* ! defined (BSD) */
+#ifndef VMS
#include <sys/termio.h>
#include <string.h>
+#endif
#endif /* ! defined (BSD) */
/* Allow m- file to inhibit use of FIONREAD. */